From 4b93b282aa7d5e43161f2f4953f256990602e4c4 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Thu, 3 May 2007 14:33:17 +0000 Subject: [PATCH] made handle box test non-modal, so other test can interact with handle Thu May 3 16:27:34 2007 Tim Janik * tests/testgtk.c (create_handle_box): made handle box test non-modal, so other test can interact with handle boxes. svn path=/trunk/; revision=17785 --- ChangeLog | 5 +++++ tests/testgtk.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 10a7f098cb..ac865bf3b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 3 16:27:34 2007 Tim Janik + + * tests/testgtk.c (create_handle_box): made handle box test non-modal, + so other test can interact with handle boxes. + 2007-05-02 Emmanuele Bassi Add search file support in the GtkFileChooser. Original patch diff --git a/tests/testgtk.c b/tests/testgtk.c index dcab31c447..82894e9706 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -2321,7 +2321,7 @@ create_handle_box (GtkWidget *widget) gtk_window_set_screen (GTK_WINDOW (window), gtk_widget_get_screen (widget)); - gtk_window_set_modal (GTK_WINDOW (window), TRUE); + gtk_window_set_modal (GTK_WINDOW (window), FALSE); gtk_window_set_title (GTK_WINDOW (window), "Handle Box Test"); gtk_window_set_resizable (GTK_WINDOW (window), TRUE); @@ -2698,7 +2698,7 @@ create_get_image (GtkWidget *widget) src); gtk_box_pack_start (GTK_BOX (hbox), - sw, TRUE, TRUE, 0); + sw, TRUE, TRUE, 0); vbox = gtk_vbox_new (FALSE, 3); -- 2.30.2